From: Ted Hess Date: Wed, 18 Jun 2025 23:57:30 +0000 (-0400) Subject: sox_ng: Remove (lib)speex un-expected inclusion by discovery X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=f80a149eda5161ccf2e99cc0e25bb798d4ae2e13;p=feed%2Fpackages.git sox_ng: Remove (lib)speex un-expected inclusion by discovery Building sox_ng under certain environments inadvertantly tries to include Speex code. This patch forces sox_ng to build without Speex codec references. Signed-off-by: Ted Hess (cherry picked from commit 2521e8cf86fa7ec0102eaab3b713ec05f9b3174d) --- diff --git a/sound/sox_ng/Makefile b/sound/sox_ng/Makefile index 7bd1559c93..3ad9497eb5 100644 --- a/sound/sox_ng/Makefile +++ b/sound/sox_ng/Makefile @@ -46,6 +46,7 @@ CONFIGURE_ARGS += \ --without-libltdl \ --with-flac \ --without-ladspa \ + --without-speexdsp \ --without-png \ --without-sndfile \ --with-opus \